home *** CD-ROM | disk | FTP | other *** search
- Okay, see if someone can help me out here. What I want is to take an ordinary
- textfile and process in certain ways. What I need to do is to
-
- 1. Determine how many lines of text it is in it. How?
- 2. Use the above value making a for-loop like
-
- For a=1 to <the value mentioned>
- grab one line of text and insert it in t$(a)
- next
-
- I've tried with input # and line input # but they seem to want to grab the whole
- text in one chunk.
-
- Any help appreciated.
-
- ---
- Facts are stubborn things; and whatever may be our wishes, our inclinations, or
- the dictates of our passions, they cannot alter the state of facts and evidence.
- ---
- Do files get embarrassed when they get unzipped?
-
-
-